From 2b7dba7b7f1d268b42497d67e6f0b4b153ad0681 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 2 Jun 2025 17:04:50 -0400 Subject: [PATCH] ci: Disable soup3 in minimal Noticed in drive by. Signed-off-by: Colin Walters --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a7942260..5944ebe7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,7 +70,7 @@ jobs: - name: Build run: | env NOCONFIGURE=1 ./autogen.sh && - ./configure --without-curl --without-soup --disable-gtk-doc --disable-man \ + ./configure --without-curl --without-soup --without-soup3 --disable-gtk-doc --disable-man \ --disable-rust --without-libarchive --without-selinux --without-smack \ --without-openssl --without-avahi --without-libmount --disable-rofiles-fuse \ --without-libsodium && -- 2.30.2